-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Suite2pSegmentationInterface #460
Conversation
Here's the full error:
|
Pinging @weiglszonja to see if they've ever seen this error before Suite2p is currently undergoing some improvements anyway, so maybe best to wait until that's done upstream |
hmm, weird. and this is something that only occurred with the suite2p and not with the other segmentation interfaces in stub mode? |
Yeah you got it. The rest were tested within the same hour, aside from Caiman (which was approved a couple weeks ago) |
I figured it out, before catalystneuro/roiextractors#242 the extractor didn't have an I believe the other segmentation extractors all have precalculated |
Just tested. This works now! |
Can you remove the |
Updated! |
for more information, see https://pre-commit.ci
How interesting - we've been seeing some daily failures on the PyFlask builds but they haven't shown up on a PR trigger until now Could you try looking into the source issue and fix on another PR? I'll do a bit of investigation on my own too Ref: https://github.com/NeurodataWithoutBorders/nwb-guide/actions/runs/7451051489/attempts/1?pr=460 |
This PR adds the Suite2pSegmentationInterface to the allowed interfaces. Though this currently fails on the test data with the following error when attempting to create a stub preview:
@CodyCBakerPhD I tried updating my test data—but this didn't change anything. Looks like this has to do with something in ROIExtractors?